Release 10.1A: OpenEdge Development:
Progress 4GL Reference


GET-FLOAT function

Returns the 4-byte floating-point value at the specified memory location as a DECIMAL.

Syntax

GET-FLOAT ( source , position ) 

source

A function or variable that returns a RAW or MEMPTR value. If source is the Unknown value (?), GET-FLOAT returns the Unknown value (?).

position

An integer value greater than 0 that indicates the byte position where you want to find the information. If position is greater than the length of source, Progress returns the Unknown value (?). If position is less than 1, Progress generates a run-time error.

Examples

For examples of how to use the GET-FLOAT function, see the GET-BYTE function reference entry.

Notes

See also

LENGTH function, PUT-FLOAT statement, RAW function, RAW statement, SET-SIZE statement


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095